home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / grafik / fu_v1.62 / formulas / mandellambda1.form < prev    next >
Encoding:
Text File  |  1994-04-13  |  189 b   |  27 lines

  1. MandelLambda1
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-1.5
  6.         x2= 2.0
  7.         y1=-1.15
  8.         y2= 1.15
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         d=[1.0,0.0]-z
  17.         d=d*c
  18.         z=z*d
  19.         w=abs(z)
  20.     }
  21.     {
  22.         w>bailout
  23.     }
  24.     {
  25.     }
  26. }
  27.